#HTML <map>
The <map> HTML element is used with <area> elements to define an image map (a clickable link area).
#Attributes
name
: Thename
attribute gives the map a name so that it can be referenced. The attribute must be present and must have a non-empty value with no space characters. The value of thename
attribute must not be equal to the value of thename
attribute of another<map>
element in the same document. If theid
attribute is also specified, both attributes must have the same value.